@charset "utf-8";

/*右侧回到顶部*/

body {
    position: relative;
}

.close {
    width: 100%;
    height: 15px;
    text-align: right;
    opacity: 1;
}

.close img {
    display: inline-block;
    float: right;
}

.ewm {
    width: 110px;
    height: auto;
    position: absolute;
    top: 386px;
    right: 17px;
    /*border: 1px solid #e5e5e5;*/
    z-index: 9999;
    /*background: #ffffff;*/
}

#toTop .item {
    /*border-bottom: 1px dotted #e5e5e5;*/
    text-align: center;
}

#toTop .item img {
    width: 120px;
    height: 120px;
}

#toTop .item p {
    font-size: 14px;
}

.obj {}

.ewm .goUp {
    display: none;
    width: 110px;
    height: 38px;
    background: url(arrow_up.png) center no-repeat #056ec2;
}

.close2 {
    width: 100%;
    height: 15px;
    text-align: right;
}